3.117 \(\int x^m \sinh ^{-1}(a x)^4 \, dx\)

Optimal. Leaf size=53 \[ \frac{x^{m+1} \sinh ^{-1}(a x)^4}{m+1}-\frac{4 a \text{Unintegrable}\left (\frac{x^{m+1} \sinh ^{-1}(a x)^3}{\sqrt{a^2 x^2+1}},x\right )}{m+1} \]

[Out]

(x^(1 + m)*ArcSinh[a*x]^4)/(1 + m) - (4*a*Unintegrable[(x^(1 + m)*ArcSinh[a*x]^3)/Sqrt[1 + a^2*x^2], x])/(1 +
m)

________________________________________________________________________________________

Rubi [A]  time = 0.110359, antiderivative size = 0, normalized size of antiderivative = 0., number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0., Rules used = {} \[ \int x^m \sinh ^{-1}(a x)^4 \, dx \]

Verification is Not applicable to the result.

[In]

Int[x^m*ArcSinh[a*x]^4,x]

[Out]

(x^(1 + m)*ArcSinh[a*x]^4)/(1 + m) - (4*a*Defer[Int][(x^(1 + m)*ArcSinh[a*x]^3)/Sqrt[1 + a^2*x^2], x])/(1 + m)

Rubi steps

\begin{align*} \int x^m \sinh ^{-1}(a x)^4 \, dx &=\frac{x^{1+m} \sinh ^{-1}(a x)^4}{1+m}-\frac{(4 a) \int \frac{x^{1+m} \sinh ^{-1}(a x)^3}{\sqrt{1+a^2 x^2}} \, dx}{1+m}\\ \end{align*}

Mathematica [A]  time = 0.825479, size = 0, normalized size = 0. \[ \int x^m \sinh ^{-1}(a x)^4 \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[x^m*ArcSinh[a*x]^4,x]

[Out]

Integrate[x^m*ArcSinh[a*x]^4, x]

________________________________________________________________________________________

Maple [A]  time = 0.713, size = 0, normalized size = 0. \begin{align*} \int{x}^{m} \left ({\it Arcsinh} \left ( ax \right ) \right ) ^{4}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^m*arcsinh(a*x)^4,x)

[Out]

int(x^m*arcsinh(a*x)^4,x)

________________________________________________________________________________________

Maxima [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: ValueError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^m*arcsinh(a*x)^4,x, algorithm="maxima")

[Out]

Exception raised: ValueError

________________________________________________________________________________________

Fricas [A]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left (x^{m} \operatorname{arsinh}\left (a x\right )^{4}, x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^m*arcsinh(a*x)^4,x, algorithm="fricas")

[Out]

integral(x^m*arcsinh(a*x)^4, x)

________________________________________________________________________________________

Sympy [A]  time = 0., size = 0, normalized size = 0. \begin{align*} \int x^{m} \operatorname{asinh}^{4}{\left (a x \right )}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**m*asinh(a*x)**4,x)

[Out]

Integral(x**m*asinh(a*x)**4, x)

________________________________________________________________________________________

Giac [A]  time = 0., size = 0, normalized size = 0. \begin{align*} \int x^{m} \operatorname{arsinh}\left (a x\right )^{4}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^m*arcsinh(a*x)^4,x, algorithm="giac")

[Out]

integrate(x^m*arcsinh(a*x)^4, x)